Are you planning to attend an interview for the SAP ABAP role but confused on how to crack that interview and also what would be the most probable SAP ABAP Interview Questions and Answers that the interviewer may ask? Well, you have reached the right place. Tekslate has collected the most frequently asked SAP ABAP Interview Questions which are often asked in multiple interviews.
Ans: Database Interface.
Ans: There are five size categories (0-4) and 11 data classes only three of which are appropriate for application tables:
APPL0: Master data (data frequently accessed but rarely updated).
APPL1: Transaction data (data that is changed frequently).
APPL2: Organizational data (customizing data that is entered when the system is configured and then rarely changed).
The other two types are - USR - USR1 – Intended for the customer's own developments.
Ans: The function of the transport system and the Workbench Organizer is to manage any changes made to objects of the ABAP/4 Development Workbench and to transport these changes between different SAP systems.
Want to acquire industry skills and gain complete knowledge of SAP ABAP? Enrol in Instructor-Led live SAP ABAP Training to get Job Ready! |
Ans: Possible ABAP/4 data types:
C: Character.
D: Date, format YYYYMMDD.
F: Floating-point number in DOUBLE PRECISION (8 bytes).
I: Integer.
N: Numerical character string of arbitrary length.
P: Amount of counter field (packed; implementation depends on h/w platform).
S: Time Stamp YYYYMMDDHHMMSS.
V: Character string of variable length, the length is given in the first two bytes.
X: Hexadecimal (binary) storage.
Ans: The most important features are:
Ans:
Ans: No. If it is required to pass data to and from modules it is required to use subroutines or function modules.
Ans: Subroutines are program modules, which can be called from other ABAP/4 programs or within the same program.
Ans:
Ans: False.
Ans: False.
Ans:
1. Formal Parameters: Parameters, which are defined during the definition of the subroutine with the FORM statement.
2. Actual Parameters: Parameters that are specified during the call of a subroutine with the PERFORM statement.
Checkout our Blog on SAP ABAP Tutorial |
Ans:
Ans:
1. Calling by reference:
During a subroutine call, only the address of the actual parameter is transferred to the formal parameters. The formal parameter has no memory of its own, and we work with the field of the calling program within the subroutine. If we change the formal parameter, the field contents in the calling program also change.
2. Calling by value:
During a subroutine call, the formal parameters are created as copies of the actual parameters. The formal parameters have a memory of their own. Changes to the formal parameters have no effect on the actual parameters.
3. Calling by value and result:
During a subroutine call, the formal parameters are created as copies of the actual parameters. The formal parameters have their own memory space. Changes to the formal parameters are copied to the actual parameters at the end of the subroutine.
You liked the article?
Like: 0
Vote for difficulty
Current difficulty (Avg): Medium
TekSlate is the best online training provider in delivering world-class IT skills to individuals and corporates from all parts of the globe. We are proven experts in accumulating every need of an IT skills upgrade aspirant and have delivered excellent services. We aim to bring you all the essentials to learn and master new technologies in the market with our articles, blogs, and videos. Build your career success with us, enhancing most in-demand skills in the market.